[INFO] cloning repository https://github.com/cosmospkg/cosmos
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cosmospkg/cosmos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 738d92a9e0c4e39dffdd259b47435788978556d2
[INFO] fixing cosmospkg/cosmos against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcosmospkg%2Fcosmos" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cosmospkg/cosmos
[INFO] finished tweaking git repo https://github.com/cosmospkg/cosmos
[INFO] tweaked toml for git repo https://github.com/cosmospkg/cosmos written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cosmospkg/cosmos on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cosmospkg/cosmos already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669
[INFO] running `Command { std: "docker" "start" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating cosmos-core/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating cosmos-transport/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating cosmos-universe/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating nova/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating cosmos-cli/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating stellar/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling libc v0.2.171
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking smallvec v1.15.0
[INFO] [stderr]     Checking indexmap v2.8.0
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking winnow v0.7.4
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking clap_lex v0.6.0
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking anstream v0.6.5
[INFO] [stderr]     Checking bstr v1.8.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking clap_builder v4.4.11
[INFO] [stderr]    Compiling lua-src v547.0.0
[INFO] [stderr]     Checking ureq v2.12.1
[INFO] [stderr]     Checking tempfile v3.19.1
[INFO] [stderr]    Compiling which v5.0.0
[INFO] [stderr]    Compiling luajit-src v210.5.5+f2336c4
[INFO] [stderr]    Compiling mlua-sys v0.6.7
[INFO] [stderr]     Checking xattr v1.1.2
[INFO] [stderr]     Checking tar v0.4.40
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.4.7
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking dialoguer v0.11.0
[INFO] [stderr]     Checking cosmos-transport v1.0.1 (/opt/rustwide/workdir/cosmos-transport)
[INFO] [stderr]    Migrating cosmos-transport/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking clap v4.4.11
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking semver v1.0.26
[INFO] [stderr]     Checking toml_edit v0.22.24
[INFO] [stderr]     Checking toml v0.8.20
[INFO] [stderr]     Checking cosmos-universe v1.0.1 (/opt/rustwide/workdir/cosmos-universe)
[INFO] [stderr]    Migrating cosmos-universe/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking mlua v0.10.3
[INFO] [stderr]     Checking nova v1.0.1 (/opt/rustwide/workdir/nova)
[INFO] [stderr]    Migrating nova/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> nova/src/lib.rs:129:11
[INFO] [stdout]     |
[INFO] [stdout]  43 |     let lua = Lua::new();
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `lua` calls a custom destructor
[INFO] [stdout]     |         `lua` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |     let globals = lua.globals();
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `globals` calls a custom destructor
[INFO] [stdout]     |         `globals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 |     match globals.get::<Function>("build") {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `lua` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/state.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl Drop for Lua {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `globals` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed nova/src/lib.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> nova/src/lib.rs:247:11
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let lua = Lua::new();
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `lua` calls a custom destructor
[INFO] [stdout]     |         `lua` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |     let globals = lua.globals();
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `globals` calls a custom destructor
[INFO] [stdout]     |         `globals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 247 |     match globals.get::<Function>("install") {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `lua` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/state.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl Drop for Lua {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `globals` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking cosmos-core v1.0.1 (/opt/rustwide/workdir/cosmos-core)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> nova/src/lib.rs:129:11
[INFO] [stdout]     |
[INFO] [stdout]  43 |     let lua = Lua::new();
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `lua` calls a custom destructor
[INFO] [stdout]     |         `lua` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  48 |     let globals = lua.globals();
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `globals` calls a custom destructor
[INFO] [stdout]     |         `globals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 129 |     match globals.get::<Function>("build") {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 140 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `lua` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/state.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl Drop for Lua {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `globals` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> nova/src/lib.rs:247:11
[INFO] [stdout]     |
[INFO] [stdout] 148 |     let lua = Lua::new();
[INFO] [stdout]     |         ---
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `lua` calls a custom destructor
[INFO] [stdout]     |         `lua` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 155 |     let globals = lua.globals();
[INFO] [stdout]     |         -------
[INFO] [stdout]     |         |
[INFO] [stdout]     |         `globals` calls a custom destructor
[INFO] [stdout]     |         `globals` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 247 |     match globals.get::<Function>("install") {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |           |
[INFO] [stdout]     |           this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |           up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 255 | }
[INFO] [stdout]     | - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `lua` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/state.rs:149:1
[INFO] [stdout]     |
[INFO] [stdout] 149 | impl Drop for Lua {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `globals` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.10.3/src/types/value_ref.rs:52:1
[INFO] [stdout]     |
[INFO] [stdout]  52 | impl Drop for ValueRef {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating cosmos-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking stellar v1.0.1 (/opt/rustwide/workdir/stellar)
[INFO] [stderr]     Checking cosmos-cli v1.0.1 (/opt/rustwide/workdir/cosmos-cli)
[INFO] [stderr]    Migrating stellar/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating cosmos-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.00s
[INFO] [stderr] crater-edition-check: cosmos-core v1.0.1 (/opt/rustwide/workdir/cosmos-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cosmos-transport v1.0.1 (/opt/rustwide/workdir/cosmos-transport) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cosmos-universe v1.0.1 (/opt/rustwide/workdir/cosmos-universe) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: nova v1.0.1 (/opt/rustwide/workdir/nova) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: cosmos-cli v1.0.1 (/opt/rustwide/workdir/cosmos-cli) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: stellar v1.0.1 (/opt/rustwide/workdir/stellar) updating edition from 2021 to 2024
[INFO] [stderr]     Checking cosmos-transport v1.0.1 (/opt/rustwide/workdir/cosmos-transport)
[INFO] [stderr]     Checking nova v1.0.1 (/opt/rustwide/workdir/nova)
[INFO] [stderr]     Checking cosmos-universe v1.0.1 (/opt/rustwide/workdir/cosmos-universe)
[INFO] [stderr]     Checking cosmos-core v1.0.1 (/opt/rustwide/workdir/cosmos-core)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> cosmos-core/src/galaxy.rs:213:47
[INFO] [stdout]     |
[INFO] [stdout] 213 |         if !cosmos_transport::supports_url(url.clone()) {
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stellar v1.0.1 (/opt/rustwide/workdir/stellar)
[INFO] [stderr]     Checking cosmos-cli v1.0.1 (/opt/rustwide/workdir/cosmos-cli)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> cosmos-core/src/galaxy.rs:213:47
[INFO] [stdout]     |
[INFO] [stdout] 213 |         if !cosmos_transport::supports_url(url.clone()) {
[INFO] [stdout]     |                                               ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> cosmos-cli/src/main.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use clap::{arg, Parser, Subcommand};
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> cosmos-cli/src/main.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | use clap::{arg, Parser, Subcommand};
[INFO] [stdout]   |            ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.60s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669", kill_on_drop: false }`
[INFO] [stdout] 4ccb282edced1cbfeb2d41a03230ff6cab206c87322316084f38457e0dc7a669
